home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Shareware City / Developers / nShell™ drop / bin / man / man.rsrc / TEXT_16020_man set general.txt < prev    next >
Encoding:
Text File  |  1994-09-15  |  564 b   |  23 lines

  1.  
  2. NAME
  3.  
  4. set - set environmental variables
  5.  
  6. SYNOPSIS
  7.  
  8. set name [value]
  9.  
  10. DESCRIPTION
  11.  
  12. The "set" command allows the operator to set variables within the shell environment.  The normal syntax includes a "value" string.  If no value is given, the shell variable is set equal to a null string.
  13.  
  14. Variable names are limited to the characters a-z, A-Z, 0-9, _ and may be 31 characters in length.  The value string may contain any character and may be 255 characters in length.
  15.  
  16. RETURN CODES
  17.  
  18. <0    An error prevented the assignment
  19. 0    Successful assignment
  20.  
  21. SEE ALSO
  22.  
  23. unset, env